home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / defcon-minus.swf / scripts / frame_8 / PlaceObject2_232_27 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2011-10-17  |  202 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_currentframe != 1)
  3.    {
  4.       swapDepths(_root.getNextHighestDepth());
  5.    }
  6.    else if(!playedOnce)
  7.    {
  8.       playedOnce = true;
  9.       gotoAndPlay(2);
  10.    }
  11. }
  12.